home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / etc_-_Configuration_Files / FTPACCES.{1T < prev    next >
Text File  |  1999-09-17  |  2KB  |  58 lines

  1. loginfails 2
  2.  
  3. class   local   real,guest,anonymous *.domain 0.0.0.0
  4. class   remote  real,guest,anonymous *
  5.  
  6. limit   local   20  Any                 /etc/msgs/msg.toomany
  7. limit   remote  100 SaSu|Any1800-0600   /etc/msgs/msg.toomany
  8. limit   remote  60  Any                 /etc/msgs/msg.toomany
  9.  
  10. readme  README*    login
  11. readme  README*    cwd=*
  12.  
  13. message /welcome.msg            login
  14. message .message                cwd=*
  15.  
  16. compress        yes             local remote
  17. tar             yes             local remote
  18.  
  19. # allow use of private file for SITE GROUP and SITE GPASS?
  20. private         yes
  21.  
  22. # passwd-check  <none|trivial|rfc822>  [<enforce|warn>]
  23. passwd-check    rfc822  warn
  24.  
  25. log commands real
  26. log transfers anonymous,real inbound,outbound
  27. shutdown /etc/shutmsg
  28.  
  29. # all the following default to "yes" for everybody
  30. delete          no      guest,anonymous         # delete permission?
  31. overwrite       no      guest,anonymous         # overwrite permission?
  32. rename            no        guest,anonymous            # rename permission?
  33. chmod           no      anonymous               # chmod permission?
  34. umask           no      anonymous               # umask permission?
  35.  
  36. # specify the upload directory information
  37. upload  /home/ftp  *             no
  38. upload  /home/ftp  /incoming     yes     root    daemon  0600 dirs
  39. upload  /home/ftp  /bin          no
  40. upload  /home/ftp  /etc          no
  41.  
  42. # directory aliases...  [note, the ":" is not required]
  43. alias   inc:    /incoming
  44.  
  45. # cdpath
  46. cdpath  /incoming
  47. cdpath  /pub
  48. cdpath  /
  49.  
  50. # path-filter...
  51. path-filter  anonymous  /etc/pathmsg  ^[-A-Za-z0-9_\.]*$  ^\.  ^-
  52. path-filter  guest      /etc/pathmsg  ^[-A-Za-z0-9_\.]*$  ^\.  ^-
  53.  
  54. # specify which group of users will be treated as "guests".
  55. guestgroup ftponly
  56.  
  57. email user@hostname
  58.